home *** CD-ROM | disk | FTP | other *** search
- RAW2WAV.ASM converts an 8-bit unsigned headerless PCM sound file to RIFF
- WAVE format by attaching a header and renaming the file. 8-bit raw sound
- files are created by MultiPlayer when converting from music module format.
- The original raw file is overwritten to save disk space. See TSPAK.DOC
- for details.
-
- To make the program, type:
-
- A86 RAW2WAV.ASM
-
- RAW2WAV.COM will be produced.